home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / doc / quel / help.doc < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.9 KB  |  71 lines

  1.  
  2.  
  3.  
  4.  
  5.      HELP(QUEL)                   2/21/79                   HELP(QUEL)
  6.  
  7.  
  8.  
  9.      NAME
  10.           help - get information about how to use INGRES, about  rela-
  11.           tions in the database, or about user-defined delimitors.
  12.  
  13.      SYNOPSIS
  14.           _h_e_l_p [ relname ] [ "section" ] {, relname}{, "section"}
  15.           _h_e_l_p _v_i_e_w relname {, relname}
  16.           _h_e_l_p _p_e_r_m_i_t relname {, relname}
  17.           _h_e_l_p _i_n_t_e_g_r_i_t_y relname {, relname}
  18.           _h_e_l_p _d_e_l_i_m [ groupname ] {, groupname}
  19.  
  20.      DESCRIPTION
  21.           _H_e_l_p may be used to obtain sections of this manual, informa-
  22.           tion  on  the  content of the current data base, information
  23.           about specific relations in the data base, view definitions,
  24.           or  protection and integrity constraints on a relation.  The
  25.           legal forms are as follow:
  26.  
  27.           _h_e_l_p "_s_e_c_t_i_o_n " - Produces a copy of the  specified  section
  28.                of  the  INGRES  Reference Manual, and prints it on the
  29.                standard output device.
  30.           _h_e_l_p -  Gives information about all relations that exist  in
  31.                the current database.
  32.           _h_e_l_p _r_e_l_n_a_m_e {,  _r_e_l_n_a_m_e}  -  Gives  information  about  the
  33.                specified relations.
  34.           _h_e_l_p "" - Gives the table of contents.
  35.           _h_e_l_p _v_i_e_w _r_e_l_n_a_m_e {, _r_e_l_n_a_m_e} - Prints view  definitions  of
  36.                specified views.
  37.           _h_e_l_p _p_e_r_m_i_t _r_e_l_n_a_m_e {,  _r_e_l_n_a_m_e}  -  Prints  permissions  on
  38.                specified relations.
  39.           _h_e_l_p _i_n_t_e_g_r_i_t_y _r_e_l_n_a_m_e {, _r_e_l_n_a_m_e} - Prints  integrity  con-
  40.                straints on specified relations.
  41.           _h_e_l_p _d_e_l_i_m - Prints a list of all the delimitor  groups  de-
  42.                fined.
  43.           _h_e_l_p _d_e_l_i_m _g_r_o_u_p_n_a_m_e {, _g_r_o_u_p_n_a_m_e} - Prints a  list  of  the
  44.                delimitors  in each group given, and the patterns which
  45.                they represent.
  46.  
  47.           The _p_e_r_m_i_t and _i_n_t_e_g_r_i_t_y forms print out unique  identifiers
  48.           for  each  constraint.  These identifiers may be used to re-
  49.           move the constraints with the _d_e_s_t_r_o_y statement.
  50.  
  51.      EXAMPLE
  52.           help
  53.           help "help"  /* prints this page of the manual */
  54.           help quel
  55.           help emp
  56.           help emp, parts, "help", supply
  57.           help view overp_view
  58.           help permit parts, employee
  59.           help integrity parts, employee
  60.           help delim
  61.           help delim paper, math
  62.  
  63.      SEE ALSO
  64.           destroy(quel)
  65.  
  66.      BUGS
  67.           Alphabetics appearing within the section  name  must  be  in
  68.           lower-case to be recognized.
  69.  
  70.  
  71.